getLeaderboard ( start, end )
|
KpiLeaderBoard |
Create a new instance of a leaderboard for the given dates
|
|
getAssessedResult ( dt )
|
KpiResultBean |
|
|
getAssessedResult ( dt, user )
|
KpiResultBean |
|
|
getAssessedResult ( dt, org )
|
KpiResultBean |
|
|
getAssessedResults ( startDate, endDate )
|
List |
Find all results for periods ending between the given dates
|
|
getAssessedResults ( startDate, endDate, user )
|
List |
|
|
getAssessedResults ( user )
|
List |
|
|
getAssessedResults ( org )
|
List |
|
|
getTarget ( orgData )
|
BigDecimal |
|
|
getTargetForLevel ( levelName )
|
BigDecimal |
|
|
getTargetForLevel ( orgData, levelName )
|
BigDecimal |
|
|
getTargetForLevel ( levelName, start, endDate )
|
BigDecimal |
|
|
getTargetForLevel ( orgData, levelName, start, end )
|
BigDecimal |
|
|
getPeriodEndDate ( date )
|
Date |
|
|
getTargetForLevel ( lvl, start, endDate )
|
BigDecimal |
|
|
getTargetForLevel ( profile, levelName, start, endDate )
|
BigDecimal |
|
|
progressLevel ( startDate, endDate )
|
KpiLevelBean |
Find what level the current user is on track to reach based on a pro-rata
evaulation of their data vs target over the current kpi assessment period
|
|
progressLevel ( orgData, startDate, endDate )
|
KpiLevelBean |
|
|
progressLevel ( org )
|
KpiLevelBean |
|
|
progressLevel ( p )
|
KpiLevelBean |
|
|
progressLevel ( p, start, end )
|
KpiLevelBean |
|
|
getProgress ( p )
|
BigDecimal |
|
|
getProgress ( org )
|
BigDecimal |
|
|
getProgress ( orgId, startDate, endDate )
|
BigDecimal |
|
|
getProgress ( startDate, endDate )
|
BigDecimal |
Returns the absolute value of the kpi for the given period
|
|
getProgressAndBaseline ( startDate, endDate )
|
AggrRecord |
|
|
getProgressAndBaseline ( org, startDate, endDate )
|
AggrRecord |
|
|
getProgressAndBaseline ( profile, startDate, endDate )
|
AggrRecord |
|
|
getProgress ( p, startDate, endDate )
|
BigDecimal |
|
|
getProgress ( org, startDate, endDate )
|
BigDecimal |
|
|
getProgressOfLevelPerc ( lvlName )
|
BigDecimal |
|
|
getProgressOfLevelPerc ( lvlName, start, endDate )
|
BigDecimal |
Get's the pro-rata percentage towards the target. Eg if a user is half
way through the year and they have half of their sales then they are at
100% of pro-rata target
|
|
getProgressOfLevelPerc ( orgData, lvlName, start, endDate )
|
BigDecimal |
|
|
getProgressOfLevelPerc ( profile, lvlName, start, endDate )
|
BigDecimal |
|
|
getAssessedResultPerc ( result, levelName )
|
BigDecimal |
|
|
getLevelAmount ( result, levelName )
|
BigDecimal |
|
|
absoluteProgressOfLevelPerc ( profile, levelName, startDate, endDate, periodEndDate )
|
BigDecimal |
Find the absolute (not pro-rata) of progress towards to full period
target
|
|
absoluteProgressOfLevelPerc ( org, levelName, startDate, endDate, periodEndDate )
|
BigDecimal |
Find the absolute (not pro-rata) of progress towards to full period
target
|
|
getPeriodElapsedPerc ( periodStart, periodEndDate, current )
|
BigDecimal |
|
|
getProgressRecords ( pb )
|
List |
|
|
getProgressRecords ( orgData )
|
List |
|
|
getProgressRecords ( pb, start, endDate )
|
List |
|
|
getProgressRecords ( orgData, start, endDate )
|
List |
|
|
isAvailable ( p )
|
boolean |
|
|
hasGroup ( groupName )
|
boolean |
Checks to see if the provided group has access to this KPI
|
|
is ( type )
|
boolean |
True if matches on frequently, aggregation of applies to group name
|
|
Ask a question, or offer an answer